@charset 'UTF-8';

/**!
 * é¦–é¡µ
 * author: wangkai;
 * date: 2019-
 */

/* main */

.ewb-main-wrap {
    background-color: #fff;
    padding-bottom: 25px;
}

.ewb-left {
    margin: 0 2px 0 24px;
}

.ewb-right {
    margin: 0 24px 0 2px;
}

.ewb-survey-content .time{display: none;}
.ewb-survey-content p + p{margin-top: 1em;}

/*ç«–ç‰ˆpadåŠä»¥ä¸‹*/

@media (max-width: 979px) {

    .ewb-left,
    .ewb-right {
        margin: 0 20px;
    }
}

/*æ‰‹æœºç«¯*/

@media (max-width: 767px) {

    .ewb-main-wrap {
        margin: 0 -10px;
        padding: 0 10px 15px 10px;
    }

    .ewb-left,
    .ewb-right {
        margin: 0;
    }
}

/* å…¬å…±æ ‡é¢˜æ ·å¼ */

.ewb-tab {
    position: relative;
}

.ewb-cm-hd {
    height: 38px;
    border-bottom: 1px solid #dedede;
}

.ewb-tt-node {
    position: absolute;
    top: -38px;
    height: 38px;
    width: 90px;
}

.ewb-tt-name {
    display: block;
    font-size: 16px;
    height: 37px;
    line-height: 36px;
    text-align: center;
    border-radius: 2px 2px 0 0;
    font-size: 16px;
    color: #797b80;
    background-color: #ededed;
}

.ewb-tt-name.current {
    height: 38px;
    line-height: 36px;
    font-weight: bold;
    color: #fff;
    border-bottom: 2px solid #b32424;
    background-color: #db535d;
}

.ewb-tt-node.one {
    left: 0;
}

.ewb-tt-node.two {
    left: 92px;
}

.ewb-tt-node.three {
    left: 184px;
}

.ewb-tt-node.four {
    left: 276px;
}

.ewb-tt-node.five {
    left: 368px;
}

/*æ‰‹æœºç«¯*/

@media (max-width: 767px) {
    .ewb-tt-name {
        font-size: 14px;
    }

    .ewb-tt-node {
        width: 72px;
    }

    .ewb-tt-node.two {
        left: 74px;
    }

    .ewb-tt-node.three {
        left: 148px;
    }
}

/* å…¬å…±åˆ—è¡¨æ ·å¼ */

.ewb-list {
    padding-top: 14px;
}

.ewb-list-node {
    padding-left: 12px;
    height: 32px;
    line-height: 32px;
    vertical-align: top;
    background: url('../images/list_ico.png') left center no-repeat;
}

.ewb-list-node:hover {
    background-image: url('../images/list_icoh.png');
}

.ewb-list-name {
    float: left;
    max-width: 80%;
    color: #494a4c;
}

.ewb-list-date {
    float: right;
    font-size: 12px;
    color: #adafb2;
}

.ewb-list-node:hover .ewb-list-name {
    color: #cc2929;
}

.ewb-more {
    display: none;
    margin-top: 10px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 3px;
    font-size: 14px;
    color: #666;
    background-color: #eee;
}

/* ç«–ç‰ˆpad */

@media (max-width: 979px) {
    .ewb-more {
        display: block;
    }
}

/*æ‰‹æœºç«¯*/

@media (max-width: 767px) {
    .ewb-list-name {
        max-width: 70%;
    }
}

/*å›¾ç‰‡è½®æ’­*/

.ewb-slider {
    width: 100%;
    height: 393px;
    position: relative;
}

.owl-carousel {
    position: relative;
    width: 100%;
    height: 393px;
    border-radius: 6px;
    overflow: hidden;
}

.owl-carousel .item {
    display: block;
    width: 100%;
}

.owl-carousel img {
    display: block;
    width: 100%;
    height: 393px;
}

.owl-carousel .item-name {
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 32px 90px 0 10px;
    height: 80px;
    line-height: 48px;
    font-size: 18px;
    color: #fff;
    background: url('../images/mask_bg.png') repeat-x;
}

.owl-carousel .owl-dots {
    display: none;
}

.ewb-pages {
    position: absolute;
    z-index: 300;
    right: 10px;
    bottom: 0;
    width: 40px;
    height: 48px;
    line-height: 48px;
    text-align: right;
    font-size: 18px;
    color: #fff;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    width: 20px;
    height: 34px;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.owl-prev span,
.owl-next span {
    display: none;
}

.owl-prev {
    left: 10px;
    background: url('../images/prev_ico.png');
}

.owl-next {
    right: 10px;
    background: url('../images/next_ico.png');
}

.owl-prev:hover {
    background-image: url('../images/prev_icoh.png');
}

.owl-next:hover {
    background-image: url('../images/next_icoh.png');
}

/*ç«–ç‰ˆpadåŠä»¥ä¸‹*/

@media (max-width: 979px) {
    .ewb-slider,
    .owl-carousel,
    .owl-carousel img {
		/* min-height:315px; */
        /* height: auto; */
    }
}

/*ç«–ç‰ˆæ‰‹æœºç«¯*/

@media (max-width: 480px) {

    .owl-carousel .item-name,
    .ewb-pages {
        font-size: 14px;
    }
}

/* æ”¿åŠ¡è¦é—»ã€å·¥ä½œåŠ¨æ€ */

.ewb-news {
    padding-top: 3px;
}

.ewb-headline {
    height: 142px;
    border-bottom: 1px dashed #dfe1e6;
}

.ewb-headline-tt {
    display: block;
    padding-top: 7px;
    height: 49px;
    line-height: 42px;
    font-size: 20px;
    font-weight: bold;
    color: #303133;
}

.ewb-headline-content {
    display: -webkit-box;
    height: 75px;
    line-height: 25px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 16px;
    color: #797b80;
}

.ewb-news .ewb-list-name {
    font-size: 16px;
}

.ewb-news .ewb-list-date {
    font-size: 14px;
}

/*æ‰‹æœºç«¯*/

@media (max-width: 767px) {
    .ewb-headline-tt {
        font-size: 16px;
    }

    .ewb-headline-content {
        font-size: 14px;
    }

    .ewb-news .ewb-list-name {
        font-size: 14px;
    }

    .ewb-news .ewb-list-date {
        font-size: 12px;
    }
}

/* å¿«é€Ÿé€šé“ */

.ewb-pass {
    position: relative;
    padding: 0 24px;
    height: auto;
    overflow: hidden;
}

.ewb-pass ul {
    margin-right: -24px;
}

.ewb-pass-node {
    float: left;
    width: 25%;
    vertical-align: top;
}

.ewb-pass-name {
    display: block;
    margin-right: 24px;
    height: 80px;
    border-radius: 6px;
    background-position: center center;
    background-repeat: no-repeat;
}

.ewb-pass-name.icon1 {
    background-image: url('../images/pass_img1.png');
}

.ewb-pass-name.icon2 {
    background-image: url('../images/pass_img2.png');
}

.ewb-pass-name.icon3 {
    background-image: url('../images/pass_img3.png');
}

.ewb-pass-name.icon4 {
    background-image: url('../images/pass_img4.png');
}

.ewb-pass-name.icon1:hover {
    background-image: url('../images/pass_img1_h.png');
}

.ewb-pass-name.icon2:hover {
    background-image: url('../images/pass_img2_h.png');
}

.ewb-pass-name.icon3:hover {
    background-image: url('../images/pass_img3_h.png');
}

.ewb-pass-name.icon4:hover {
    background-image: url('../images/pass_img4_h.png');
}

/*ç«–ç‰ˆpadåŠä»¥ä¸‹*/

@media (max-width: 979px) {
    .ewb-pass {
        padding: 0 20px;
    }

    .ewb-pass ul {
        margin-right: -15px;
    }

    .ewb-pass-name {
        margin-right: 15px;
        height: 49px;
        background-size: 100% auto;
    }
}

/*æ‰‹æœºç«¯*/

@media (max-width: 767px) {
    .ewb-pass {
        padding: 0;
    }

    .ewb-pass ul {
        margin-top: -10px;
        margin-right: 0;
    }

    .ewb-pass-node {
        margin-top: 10px;
        width: 50%;
    }

    .ewb-pass-name {
        margin: 0 auto;
        width: 271px;
        height: 80px;
    }
}

@media (max-width: 600px) {
    .ewb-pass-name {
        width: 200px;
        height: 60px;
    }
}

@media (max-width: 450px) {
    .ewb-pass-name {
        width: 160px;
        height: 48px;
    }
}

@media (max-width: 370px) {
    .ewb-pass-name {
        width: 130px;
        height: 38px;
    }
}

/* ä¼ åª’èšç„¦ã€é€šçŸ¥å…¬å‘Š */

.ewb-floor1 {
    height: 227px;
}

/*ç«–ç‰ˆpadåŠä»¥ä¸‹*/

@media (max-width: 979px) {
    .ewb-floor1 {
        height: auto;
    }
}

/* é‡ç‚¹æ”¿åŠ¡ä¿¡æ¯ */

.ewb-affair {
    height: 260px;
    background-color: #f5f5f5;
    border-radius: 5px;
    overflow: hidden;
}

.ewb-affair-hd {
    padding-top: 13px;
    height: 53px;
    text-align: center;
}

.ewb-affair-tt {
    display: inline-block;
    vertical-align: top;
    height: 40px;
    line-height: 38px;
    font-size: 20px;
    font-weight: bold;
    color: #313131;
    border-bottom: 2px solid #eb6f6e;
}

.ewb-affair-list {
    padding: 8px 6px 0 6px;
}

.ewb-affair-node {
    float: left;
    margin-top: 11px;
    width: 16.666666666666668%;
    vertical-align: top;
    text-align: center;
}

.ewb-affair-name {
    display: inline-block;
    vertical-align: top;
    min-width: 48px;
    max-width: 100%;
    height: 80px;
    padding-top: 48px;
    line-height: 31px;
    color: #494a4c;
    background-position: center top;
    background-repeat: no-repeat;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-affair-name:hover {
    color: #cc2929;
}

.ewb-affair-name.icon1 {
    background-image: url('../images/affair_icon1.png');
}

.ewb-affair-name.icon2 {
    background-image: url('../images/affair_icon2.png');
}

.ewb-affair-name.icon3 {
    background-image: url('../images/affair_icon3.png');
}

.ewb-affair-name.icon_yshj {
    background-image: url('../images/affair_icon_yshj.png');
}

.ewb-affair-name.icon4 {
    background-image: url('../images/affair_icon4.png');
}

.ewb-affair-name.icon5 {
    background-image: url('../images/affair_icon5.png');
}

.ewb-affair-name.icon6 {
    background-image: url('../images/affair_icon6.png');
}

.ewb-affair-name.icon7 {
    background-image: url('../images/affair_icon7.png');
}

.ewb-affair-name.icon8 {
    background-image: url('../images/affair_icon8.png');
}

.ewb-affair-name.icon9 {
    background-image: url('../images/affair_icon9.png');
}

.ewb-affair-name.icon10 {
    background-image: url('../images/affair_icon10.png');
}

.ewb-affair-name.icon11 {
    background-image: url('../images/affair_icon11.png');
}

.ewb-affair-name.icon12 {
    background-image: url('../images/affair_icon12.png');
}

.ewb-affair-name.icon1:hover {
    background-image: url('../images/affair_icon1_h.png');
}

.ewb-affair-name.icon2:hover {
    background-image: url('../images/affair_icon2_h.png');
}

.ewb-affair-name.icon3:hover {
    background-image: url('../images/affair_icon3_h.png');
}

.ewb-affair-name.icon_yshj:hover {
    background-image: url('../images/affair_icon_yshj_hover.png');
}

.ewb-affair-name.icon4:hover {
    background-image: url('../images/affair_icon4_h.png');
}

.ewb-affair-name.icon5:hover {
    background-image: url('../images/affair_icon5_h.png');
}

.ewb-affair-name.icon6:hover {
    background-image: url('../images/affair_icon6_h.png');
}

.ewb-affair-name.icon7:hover {
    background-image: url('../images/affair_icon7_h.png');
}

.ewb-affair-name.icon8:hover {
    background-image: url('../images/affair_icon8_h.png');
}

.ewb-affair-name.icon9:hover {
    background-image: url('../images/affair_icon9_h.png');
}

.ewb-affair-name.icon10:hover {
    background-image: url('../images/affair_icon10_h.png');
}

.ewb-affair-name.icon11:hover {
    background-image: url('../images/affair_icon11_h.png');
}

.ewb-affair-name.icon12:hover {
    background-image: url('../images/affair_icon12_h.png');
}

/*ç«–ç‰ˆpadåŠä»¥ä¸‹*/

@media (max-width: 767px) {
    .ewb-affair {
        height: auto;
        padding-bottom: 10px;
    }

    .ewb-affair-tt {
        font-size: 16px;
    }

    .ewb-affair-node {
        width: 25%;
    }

    .ewb-affair-name {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .ewb-affair-node {
        width: 33.33333333333333333%;
    }
}

/* æ”¿åŠ¡é€šé“ */

.ewb-channel {
    height: 260px;
    overflow: hidden;
}

.ewb-channel-list {
    margin: -5px -22px 0 0;
}

.ewb-channel-node {
    float: left;
    width: 50%;
    vertical-align: top;
}

.ewb-channel-name {
    display: block;
    margin: 5px 22px 0 0;
    padding-left: 32px;
    height: 39px;
    line-height: 37px;
    border: 1px solid #f5f5f5;
    font-size: 16px;
    color: #494a4c;
    border-radius: 3px;
    background: url('../images/channel_icon.png') 14px center no-repeat #f5f5f5;
}

.ewb-channel-name:hover {
    border-color: #f79999;
    color: #cc2a2a;
    background: url('../images/channel_iconh.png') 14px center no-repeat #fcf9f7;
}

.ewb-channel-link {
    display: block;
    margin: 5px 22px 0 0;
    height: 39px;
}

.ewb-channel-link img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

/*1200åˆ†è¾¨çŽ‡ä»¥ä¸‹*/

@media (max-width: 1199px) {
    .ewb-channel-list {
        margin-right: -10px;
    }

    .ewb-channel-name {
        margin-right: 10px;
        font-size: 14px;
    }
    .ewb-channel-link {
        margin-right: 10px;
    }
}

/* ç«–ç‰ˆæ‰‹æœº */

@media (max-width: 480px) {
    .ewb-channel {
        height: auto;
    }

    .ewb-channel-node {
        width: 100%;
    }
}

/* ä¿¡æ¯å…¬å¼€ã€æ”¿åŠ¡æœåŠ¡å’Œæ”¿æ°‘äº’åŠ¨ */

.ewb-guide {
    position: relative;
    padding: 70px 0;
    height: 460px;
    background: url('../images/guide_bg.png') center top no-repeat;
}

.ewb-guide .container {
    overflow: hidden;
}

.ewb-guide-wrap {
    margin-right: -20px;
}

.ewb-guide-node {
    float: left;
    width: 25%;
}

.ewb-guide-node.current {
    width: 50%;
}

.ewb-guide-item {
    margin-right: 20px;
    height: 320px;
    border-radius: 6px;
    background-color: #fff;
    overflow: hidden;
}

/* é»˜è®¤ */

.ewb-guide-default {
    padding: 15px 20px 0 20px;
}

.ewb-guide-hd {
    height: 40px;
    padding-bottom: 10px;
    background: url('../images/guide_tt_bg.png') center bottom no-repeat;
    cursor: pointer;
}

.ewb-guide-tt {
    height: 30px;
    line-height: 29px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #cc2a2a;
}

.ewb-guide-list {
    padding-top: 7px;
    height: 95px;
    text-align: center;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.ewb-guide-link {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin: 0 9px;
    width: 102px;
}

.ewb-guide-link a {
    display: block;
    padding-left: 18px;
    height: 36px;
    line-height: 35px;
    text-align: left;
    font-size: 14px;
    color: #494a4c;
    background: url('../images/guide_ico.png') left center no-repeat;
}

.ewb-guide-img {
    display: block;
    margin: 0 auto;
    width: 245px;
    max-width: 245px;
    height: 150px;
}

.ewb-guide-img img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.ewb-guide-node.current .ewb-guide-default {
    display: none;
}

.ewb-guide-node.current .ewb-guide-open {
    display: block;
}

/* å±•å¼€ */

.ewb-guide-open {
    display: none;
    padding: 0 20px;
}

.ewb-open-cloumn {
    height: 60px;
    line-height: 60px;
}

.ewb-cloumn-tt {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #cc2a2a;
}

/*1200åˆ†è¾¨çŽ‡ä»¥ä¸‹*/

@media (max-width: 1199px) {
    .ewb-guide-default {
        padding: 15px 10px 0 10px;
    }

    .ewb-guide-link {
        width: 80px;
        margin: 0 5px;
    }

    .ewb-guide-link a {
        font-size: 12px;
    }

    .ewb-guide-img {
        width: 100%;
    }

    .ewb-guide-open {
        padding: 0 10px;
    }
}

/*ç«–ç‰ˆpadåŠä»¥ä¸‹*/

@media (max-width: 979px) {
    .ewb-guide {
        padding: 25px 0;
        height: auto;
        background: none;
    }

    .ewb-guide-node,
    .ewb-guide-node.current {
        width: 100%;
    }

    .ewb-guide-node {
        margin-top: 25px;
    }

    .ewb-guide-node:first-child {
        margin-top: 0;
    }
}

/*æ‰‹æœºç«¯*/

@media (max-width: 767px) {
    .ewb-guide {
        padding: 15px 0;
    }

    .ewb-guide-wrap {
        margin: 0 -10px;
    }

    .ewb-guide-item {
        margin-right: 0;
        padding-bottom: 15px;
        height: auto;
    }

    .ewb-cloumn-tt,
    .ewb-guide-tt {
        font-size: 16px;
    }
}

/* ä¿¡æ¯å…¬å¼€ */

.ewb-info-link {
    float: right;
    margin-top: 8px;
    height: 52px;
    line-height: 52px;
    color: #797b80;
}

.ewb-open-list {
    position: relative;
    padding-left: 40px;
    height: 150px;
    background-color: #f5f5f5;
    overflow: hidden;
}

.ewb-open-tt {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    background-color: #cc2a2a;
    text-align: center;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.ewb-open-tt span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    line-height: 20px;
    font-size: 16px;
    color: #fff;
}

.ewb-open-tt i {
    width: 0;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.ewb-open-list .ewb-list {
    padding: 11px 15px 0 15px;
}

.ewb-open-link {
    margin-top: 10px;
    height: 80px;
    overflow: hidden;
}

.ewb-open-item {
    float: left;
    width: 20%;
    vertical-align: top;
}

.ewb-open-name {
    display: block;
    padding-top: 40px;
    height: 80px;
    line-height: 40px;
    text-align: center;
    color: #616366;
    background-position: center 11px;
    background-repeat: no-repeat;
    background-color: #f5f5f5;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-open-name.icon1 {
    background-image: url('../images/open_icon1.png');
}

.ewb-open-name.icon2 {
    background-image: url('../images/open_icon2.png');
    background-color: #ededed;
}

.ewb-open-name.icon3 {
    background-image: url('../images/open_icon3.png');
}

.ewb-open-name.icon4 {
    background-image: url('../images/open_icon4.png');
    background-color: #ededed;
}

.ewb-open-name.icon5 {
    background-image: url('../images/open_icon5.png');
}

.ewb-open-name:hover {
    color: #fff;
    background-color: #db535d;
}

.ewb-open-name.icon1:hover {
    background-image: url('../images/open_icon1_h.png');
}

.ewb-open-name.icon2:hover {
    background-image: url('../images/open_icon2_h.png');
}

.ewb-open-name.icon3:hover {
    background-image: url('../images/open_icon3_h.png');
}

.ewb-open-name.icon4:hover {
    background-image: url('../images/open_icon4_h.png');
}

.ewb-open-name.icon5:hover {
    background-image: url('../images/open_icon5_h.png');
}

/*1200åˆ†è¾¨çŽ‡ä»¥ä¸‹*/

@media (max-width: 1199px) {
    .ewb-open-name {
        font-size: 12px;
    }
}

/*æ‰‹æœºç«¯*/

@media (max-width: 767px) {
    .ewb-open-list {
        padding-left: 30px;
    }

    .ewb-open-tt {
        width: 30px;
    }

    .ewb-open-tt span {
        font-size: 14px;
    }

    .ewb-open-list .ewb-list {
        padding-left: 8px;
        padding-right: 8px;
    }

    .ewb-open-list .ewb-list-name {
        max-width: 65%;
    }
}

@media (max-width: 480px) {
    .ewb-open-link {
        height: 160px;
    }

    .ewb-open-item {
        width: 33.33333333333%;
    }
}

/* æ”¿åŠ¡æœåŠ¡ */

.ewb-service {
    height: 242px;
    overflow: hidden;
}

.ewb-service-left {
    float: left;
    width: 70%;
}

.ewb-service-right {
    float: left;
    width: 30%;
    padding-left: 20px;
}

.ewb-query {
    position: relative;
    padding-left: 84px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.ewb-query-tt {
    position: absolute;
    top: 0;
    left: 0;
    width: 84px;
    padding-left: 22px;
    color: #494a4d;
    background: url('../images/query_ico.png') left center no-repeat;
}

.ewb-query-tips {
    position: relative;
    z-index: 1;
    padding-left: 10px;
    padding-right: 60px;
    height: 30px;
    border: 1px solid #dfe1e6;
    border-radius: 2px;
}

.ewb-query-tips .input-placeholder {
    position: absolute;
    top: 0;
    left: 10px;
    height: 28px;
    line-height: 27px;
    color: #919499;
    z-index: -1;
    cursor: text;
}

.ewb-query-tips .input-box {
    width: 100%;
    height: 28px;
    line-height: 27px;
    border: 0;
    background: 0 0;
}

.ewb-query-btn {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 60px;
    height: 30px;
    font-weight: bold;
    color: #fff;
    border-radius: 0 2px 2px 0;
    background-color: #cc2a2a;
    cursor: pointer;
}

.ewb-work {
    position: relative;
    margin-top: 10px;
    margin-left: 41px;
    height: 200px;
    background-color: #f5f5f5;
}

.ewb-work-node {
    position: absolute;
    left: -41px;
}

.ewb-work-node.one {
    top: 0;
}

.ewb-work-node.two {
    top: 67px;
}

.ewb-work-node.three {
    top: 134px;
}

.ewb-work-tab {
    display: block;
    width: 40px;
    height: 66px;
    border-radius: 3px 0 0 3px;
    background-color: #ededed;
    text-align: center;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.ewb-work-tab span {
    display: inline-block;
    vertical-align: middle;
    line-height: 18px;
    font-size: 14px;
    color: #4c4c4c;
}

.ewb-work-tab i {
    width: 0;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.ewb-work-tab.current {
    background-color: #cc2a2a;
}

.ewb-work-tab.current span {
    color: #fff;
}

.work-carousel {
    position: relative;
    padding: 15px 17px 0 17px;
    width: 344px;
    height: 200px;
    overflow: hidden;
}

.work-carousel.owl-hidden {
    opacity: 1;
}

.work-carousel .owl-stage {
    overflow: hidden;
}

.work-carousel .owl-stage-outer {
    height: 158px;
    overflow: hidden;
}

.work-carousel .item {
    display: block;
    width: 100%;
    height: 158px;
    overflow: hidden;
}

.work-carousel .item ul {
    margin-top: -6px;
}

.ewb-work-item {
    float: left;
    width: 33.333333333333%;
    vertical-align: top;
}

.ewb-work-name {
    display: block;
    margin: 6px 3px 0 3px;
    height: 35px;
    line-height: 33px;
    padding-left: 26%;
    font-size: 14px;
    color: #797b80;
    border: 1px solid #fff;
    background: url('../images/guide_ico.png') 10% center no-repeat #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-work-name:hover {
    border-color: #e05a5a;
    color: #cc2a2a;
}

.work-carousel .owl-nav.disabled {
    display: none;
}

.work-carousel .owl-dots {
    display: block;
    margin-top: 11px;
    height: 5px;
    text-align: center;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.work-carousel button.owl-dot {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin: 0 2px;
    width: 15px;
    height: 5px;
    background: #e1e1e1;
}

.work-carousel button.owl-dot.active {
    background: #cc2a2a;
}

.ewb-service-node {
    margin-top: 10px;
    vertical-align: top;
}

.ewb-service-node:first-child {
    margin-top: 0;
}

.ewb-service-name {
    display: block;
    height: 53px;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.ewb-service-name.icon1 {
    background-image: url('../images/service_img1.png');
}

.ewb-service-name.icon2 {
    background-image: url('../images/service_img2.png');
}

.ewb-service-name.icon3 {
    background-image: url('../images/service_img3.png');
}

.ewb-service-name.icon4 {
    background-image: url('../images/service_img4.png');
}

.ewb-service-name.icon1:hover {
    background-image: url('../images/service_img1_h.png');
}

.ewb-service-name.icon2:hover {
    background-image: url('../images/service_img2_h.png');
}

.ewb-service-name.icon3:hover {
    background-image: url('../images/service_img3_h.png');
}

.ewb-service-name.icon4:hover {
    background-image: url('../images/service_img4_h.png');
}

/*1200åˆ†è¾¨çŽ‡ä»¥ä¸‹*/

@media (max-width: 1199px) {
    .work-carousel {
        padding: 15px 10px 0 10px;
        width: 281px;
    }

    .ewb-work-name {
        font-size: 12px;
    }
}

/*ç«–ç‰ˆpadåŠä»¥ä¸‹*/

@media (max-width: 979px) {
    .work-carousel {
        width: 463px;
    }

    .ewb-service-name {
        margin: 0 auto;
        max-width: 145px;
    }
}

/*æ‰‹æœºç«¯*/

@media (max-width: 767px) {
    .ewb-service {
        height: auto;
    }

    .ewb-service-left,
    .ewb-service-right {
        width: 100%;
        padding-left: 0;
    }

    .ewb-service-node {
        float: left;
        margin-top: 10px;
        width: 33.333333333333333%;
    }

    .ewb-service-node:first-child {
        margin-top: 10px;
    }

    .ewb-work {
        margin-left: 31px;
    }

    .ewb-work-node {
        left: -31px;
    }

    .ewb-work-tab {
        width: 30px;
    }

    .ewb-work-tab span {
        padding: 0 4px;
        line-height: 14px;
        font-size: 12px;
    }

    .work-carousel {
        padding-left: 5px;
        padding-right: 5px;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .ewb-service-node {
        width: 50%;
    }
}

@media (max-width: 330px) {
    .ewb-service-node {
        width: 100%;
    }
}

/* æ”¿æ°‘äº’åŠ¨ */

.ewb-interact {
    height: 240px;
    overflow: hidden;
}

.ewb-interact-left {
    float: left;
    width: 70%;
}

.ewb-interact-right {
    float: left;
    width: 30%;
    padding-left: 20px;
}

.ewb-interact-list {
    position: relative;
    margin-top: 10px;
    padding-left: 40px;
    height: 240px;
    background-color: #faf2f2;
    border-radius: 3px 0 0 3px;
    overflow: hidden;
}

.ewb-interact-list:first-child {
    margin-top: 0;
}

.ewb-interact-tt {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    background-color: #cc2a2a;
    text-align: center;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.ewb-interact-tt span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    line-height: 20px;
    font-size: 16px;
    color: #fff;
}

.ewb-interact-tt i {
    width: 0;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.ewb-interact-list .ewb-list {
    padding: 10px 15px 0 15px;
}

.ewb-interact-list .ewb-list-node {
    background-image: url('../images/list_ico2.png');
}

.ewb-interact-list .ewb-list-name {
    max-width: 100%;
}

.ewb-interact-link {
    height: 240px;
    overflow: hidden;
}

.ewb-interact-node {
    margin-top: 10px;
    vertical-align: top;
}

.ewb-interact-node:first-child {
    margin-top: 0;
}

.ewb-interact-name {
    display: block;
    height: 115px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.ewb-interact-name.icon1 {
    background-image: url('../images/interact_img1.png');
}

.ewb-interact-name.icon2 {
    background-image: url('../images/interact_img2.png');
}

.ewb-interact-name.icon1:hover {
    background-image: url('../images/interact_img1_h.png');
}

.ewb-interact-name.icon2:hover {
    background-image: url('../images/interact_img2_h.png');
}

/* ä¸“é¢˜ä¸“æ -å¯å·¦å³æ‹–æ‹½ */

.ewb-special {
    height: auto;
    padding: 25px 53px;
    background-color: #fff;
}

.ewb-special img {
    height: auto;
    border-radius: 5px;
}

.ewb-special .owl-nav.disabled {
    display: block;
}

.ewb-special .owl-prev,
.ewb-special .owl-next {
    position: absolute;
    top: 25px;
    bottom: 25px;
    width: 30px;
    margin-top: 0;
    height: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #ededed;
}

.ewb-special .owl-prev {
    border-radius: 5px 0 0 5px;
    background-image: url('../images/prev_ico1.png');
}

.ewb-special .owl-next {
    border-radius: 0 5px 5px 0;
    background-image: url('../images/next_ico1.png');
}

.ewb-special .owl-prev:hover,
.ewb-special .owl-next:hover {
    background-color: #cc2a2a;
}

.ewb-special .owl-prev:hover {
    background-image: url('../images/prev_ico1h.png');
}

.ewb-special .owl-next:hover {
    background-image: url('../images/next_ico1h.png');
}

/* æ‰‹æœºç«¯ */

@media (max-width: 767px) {
    .ewb-special {
        margin: 0 -10px;
        width: auto;
        padding: 15px 40px;
    }

    .ewb-special .owl-prev,
    .ewb-special .owl-next {
        width: 20px;
        top: 15px;
        bottom: 15px;
    }
}

/*æ‰‹æœºç«¯*/

@media (max-width: 767px) {

    .ewb-interact,
    .ewb-interact-link {
        height: auto;
    }

    .ewb-interact-left,
    .ewb-interact-right {
        width: 100%;
        padding-left: 0;
    }

    .ewb-interact-list {
        padding-left: 30px;
    }

    .ewb-interact-tt {
        width: 30px;
    }

    .ewb-interact-tt span {
        font-size: 14px;
    }

    .ewb-interact-list .ewb-list {
        padding-left: 8px;
        padding-right: 8px;
    }

    .ewb-interact-link {
        margin-top: 10px;
        overflow: hidden;
    }

    .ewb-interact-node {
        margin-top: 0;
        float: left;
        width: 50%;
    }

    .ewb-interact-name {
        margin: 0 auto;
        width: 143px;
    }
}

@media (max-width: 319px) {
    .ewb-interact-node {
        margin-top: 10px;
        width: 100%;
    }
}

/* å‹æƒ…é“¾æŽ¥ */

.ewb-friendlink {
    padding: 15px 0;
    background-color: #ededed;
}

.ewb-fl-list {
    margin: 0 -5px;
}

.ewb-fl-node {
    float: left;
    width: 33.3333333333333%;
    vertical-align: top;
}

.ewb-fl-item {
    margin: 0 5px;
}

.ewb-fl-sel {
    padding-left: 20px;
    width: 100%;
    height: 40px;
    line-height: 39px;
    border-radius: 3px;
    color: #616366;
    background-color: #fff;
}

.chosen-container {
    width: 100%;
    height: 40px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}

.chosen-container-single .chosen-single {
    padding: 0 0 0 25px;
    height: 40px;
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    font-size: 14px;
    color: #616366;
    background-color: #fff;
}

.chosen-container-single .chosen-single.cur {
    color: #616366;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 0;
}

.chosen-container-single .chosen-single span {
    margin-right: 26px;
    height: 40px;
    line-height: 39px;
}

.chosen-container-single .chosen-single div {
    width: 26px;
    padding: 0;
}

.chosen-container-single .chosen-single div b {
    width: 26px;
    height: 40px;
    background: url('../images/sel_ico.png') left center no-repeat;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url('../images/sel_ico_cur.png') left center no-repeat;
}

.chosen-container-single .chosen-drop {
    top: auto;
    bottom: 40px;
    border: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}

.chosen-container .chosen-results {
    margin: 0;
    padding: 5px 5px;
    color: #676767;
}

.chosen-container .chosen-results li {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 16px;
}

.chosen-container .chosen-results li.highlighted {
    color: #fff;
    background-color: #eb6f6e;
}

/* æ‰‹æœºç«¯ */

@media (max-width: 767px) {

    .ewb-fl-list,
    .ewb-fl-item {
        margin: 0;
    }

    .ewb-fl-node {
        margin-top: 10px;
        width: 100%;
    }

    .ewb-fl-node:first-child {
        margin-top: 0;
    }
}